import { FileUploader, Button, Text, VisuallyHidden, } from '@aws-amplify/ui-react'; import React from 'react'; export const UploadButtonComponentsExample = () => { const acceptedFileTypes = ['image/*']; return ( { // return ( // // ); // }, // }} // @ts-ignore // IGNORE provider="fast" // IGNORE /> ); };